home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / frame_16 / PlaceObject2_463_92 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-09-27  |  190 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(active == true)
  3.    {
  4.       this._x += 1;
  5.       this._alpha -= 3;
  6.       if(this._alpha <= 0)
  7.       {
  8.          this.removeMovieClip();
  9.       }
  10.    }
  11. }
  12.